Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-02

oracle.AWXML
Class AWHandlerBase

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--oracle.AWXML.AWHandlerBase

public class AWHandlerBase
extends org.xml.sax.helpers.DefaultHandler

Parses XML string representations of Analytic Workspace API objects and restores the objects in memory. The AWHandlerBase class is the Analytic Workspace API implementation of the Oracle DefaultHandler class for parsing XML. For more information on the DefaultHandler class, see the Oracle Database XML Java API Reference.


Constructor Summary
AWHandlerBase()
           

 

Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AWHandlerBase

public AWHandlerBase()

Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-02

Copyright © 2003, 2005 Oracle. All rights reserved.